Thank you for downloading IAWeatheriPhone6. The first and only customizable Weather theme!
You can change many aspects of your new theme. This is very easy to do but be careful! Save all your work! Have fun!!!

Change your Zip:
Using "ifile" or "SSH" from cydia.... var - mobile - Lirary - GroovyLock - IAWiPhone6.theme - private - configureMejs to change zip. Or to "ssh" into your phone. Go to Stash - Themes - Active Weather 
Background - Private - ConfigureMe.js Then you can change the zip. If your zip doesn't work type in your "city,state" ie; "Brighton,Colorado" or Paris,France. If you don't know 

Go to private - configureMe.js

var locale = "13901";
var isCelsius = false;
var useRealFeel = false;
var showRealFeel = true;
var enableWallpaper = true;
var enableLockScreen = true;
var stylesheetWall = 'twoLine'
var stylesheetWall = 'dailyalmanac'
var stylesheetLock = 'twoLine'
var iconSetLock = 'moonphases'
var iconExtWall = ".png"
var iconSetLock = 'katra'
var iconExtLock = '.png'
var source = 'appleAccuweatherStolen'
var updateInterval = 30 


Change WeatherIcon position:
Not sure why but some city,state or country will offset the WeatherIcon. To reposition or change size:
Private - Stylesheets - twoline.css
#weatherIcon{ 
    position:absolute;
    width:420px;
    margin-top: -260px;
    margin-left: -223px;
}
Simply change the items you desire - ***save*** - respring.


City, Temp, Desc, days of the week, weather icon, hi - low:
Private - Stylesheets - twoline.css

#city{
    text-transform:capitalize;
    padding-left:40px;
    color:#F8F8FF;
    font-size:18px;
    font-weight:bold;
    }

#desc{
    text-transform:capitalize;
    text-align: right;
    padding-right:05px;
    float:right;
    color:#F8F8FF;
    font-size:17px;
    font-weight:bold;

#day1, #day2, #day3, #day4, #day5, #day0 {
	width:65px;
	display:table-cell!important;display:inline;
	font-weight:bold;
       margin-top: -250px;
       margin-left: -208px;
}

#icon1, #icon2, #icon3, #icon4, #icon5, #icon0 {
	width:65px;
	display:table-cell!important;display:inline;
       padding-top:8px;
       padding-left:8px;
}

#hi1, #hi2, #hi3, #hi4, #hi5, #hi0 {
	width:50;
	display:table-cell!important;display:inline;
	font-size:15px;
	font-weight:bold;
	color:#F8F8FF;
	padding-top:2px;
       padding-left:8px;
}

#low1, #low2, #low3, #low4, #low5, #low0 {
	 width: 54px;
	display:table-cell!important;display:inline;
	font-size:15px;
	font-weight:bold;
	color:#F8F8FF;	    
}
Simply change the items you desire - ***save*** - respring.



Thanks again... If you have any questions or comments please let me know - www.interactiveweather@gmail.com - Art



 












